home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Narzedzia systemowe / Inno Setup 5.0.4 Beta / isetup-5.0.4-beta.exe / {app} / Setup.e32 / 0 / RCDATA / TMAINFORM / TMAINFORM.txt
Encoding:
Text File  |  2004-10-05  |  361 b   |  19 lines

  1. object MainForm: TMainForm
  2.   Left = 1
  3.   Top = 95
  4.   Width = 137
  5.   Height = 156
  6.   Color = clNavy
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   Position = poDefault
  12.   OnCloseQuery = FormCloseQuery
  13.   OnKeyDown = FormKeyDown
  14.   OnPaint = FormPaint
  15.   OnResize = FormResize
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18. end
  19.